Skip to content

[GLUTEN-10621][VL] feat: Support cudf parquet connector#10622

Merged
jinchengchenghh merged 15 commits intoapache:mainfrom
jinchengchenghh:cudf_connector
Sep 30, 2025
Merged

[GLUTEN-10621][VL] feat: Support cudf parquet connector#10622
jinchengchenghh merged 15 commits intoapache:mainfrom
jinchengchenghh:cudf_connector

Conversation

@jinchengchenghh
Copy link
Contributor

@jinchengchenghh jinchengchenghh commented Sep 4, 2025

Cudf connector supports parquet file format, and does not support partition.
The splitInfo partitionColumns should be empty for unpartitioned table, but for iceberg split, it may access the partition columns even if it is unpartitioned table, so still set the partitionColumns field, and check it if map in it is empty to check if it is cudf not supported partition column.
Test on local.

@github-actions
Copy link

github-actions bot commented Sep 4, 2025

#10621

facebook-github-bot pushed a commit to facebookincubator/velox that referenced this pull request Sep 23, 2025
Summary:
Gluten needs to link velox_cudf_parquet_connector, so it cannot be OBJECT
Aligns with LocalFileSystem to extractFilePath https://github.com/facebookincubator/velox/blob/main/velox/common/file/FileSystems.cpp#L109-L121

Related PR: apache/gluten#10622
Resolves: #14730

Pull Request resolved: #14728

Reviewed By: zacw7

Differential Revision: D83066640

Pulled By: xiaoxmeng

fbshipit-source-id: 8835a883b4c517b0097e3afc1c83ac3994a91f38
jinchengchenghh added a commit to jinchengchenghh/velox that referenced this pull request Sep 24, 2025
…ubator#14728)

Summary:
Gluten needs to link velox_cudf_parquet_connector, so it cannot be OBJECT
Aligns with LocalFileSystem to extractFilePath https://github.com/facebookincubator/velox/blob/main/velox/common/file/FileSystems.cpp#L109-L121

Related PR: apache/gluten#10622
Resolves: facebookincubator#14730

Pull Request resolved: facebookincubator#14728

Reviewed By: zacw7

Differential Revision: D83066640

Pulled By: xiaoxmeng

fbshipit-source-id: 8835a883b4c517b0097e3afc1c83ac3994a91f38
@github-actions github-actions bot added the CORE works for Gluten Core label Sep 24, 2025
@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@github-actions github-actions bot removed the CORE works for Gluten Core label Sep 24, 2025
@github-actions github-actions bot removed the BUILD label Sep 25, 2025
@jinchengchenghh jinchengchenghh merged commit 22ae5ce into apache:main Sep 30, 2025
99 of 101 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants